EchoService

interface EchoService

Functions

Link copied to clipboard
abstract fun echo(@RequestBody message: Map<String, String>): Map<out Any, out Any>